home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / update_h / rsu15a / rsurelea.txt < prev   
Text File  |  1995-08-06  |  4KB  |  129 lines

  1. RSU 1.5a Release Notes                         06-Aug-1995
  2.  
  3.  
  4. Version 1.5a corrects a bug that led to lines being added
  5. not to the desired section but to the section above. At
  6. least the command IniChangeLine was affected, if the line
  7. to be changed did not exist yet and was therefore created.
  8.  
  9.  
  10. Version 1.5 introduces two new subcommands to the
  11. SynchronizeDir command: DirsLike and FilesLike. It also
  12. removes one bug through which INI file lines were inserted
  13. into the wrong section if the previous section was empty.
  14.  
  15.  
  16. Version 1.4c corrects a bug that led to subdirectories
  17. being created and synchronized in spite of the
  18. Subdirectories subcommand not being specified if the target
  19. directory didn't exist before synchronizing. It can now
  20. also work with corrupted INI files that contain non-text
  21. insertions. (Previous versions did not read past certain
  22. unusual byte sequences.) All other functions are unchanged.
  23.  
  24.  
  25. Version 1.4 adds a new SynchronizeDir syntax along with
  26. three new subcommands:
  27.  
  28. - ReportOnly
  29. - ExcludeDir
  30. - ExcludeFile
  31.  
  32.  
  33. Version 1.3a corrects a bug in the /R reporting function
  34. which led to occasional crashes only when this function was
  35. used.
  36.  
  37.  
  38. Version 1.3 adds the following functions and corrections:
  39.  
  40. - /R reporting switch for the SynchronizeDir command causes
  41.   a tabular report text file to be written with data about
  42.   what it did to each and every file and directory.
  43.  
  44. - /P (preserve attributes) switch for the SynchronizeDir
  45.   command causes file attributes to be preserved. Previous
  46.   versions did not copy hidden, system and read-only
  47.   attributes.
  48.  
  49. - IniDeleteLine can delete a single line with a specific
  50.   value, which is useful when deleting a device= line in
  51.   SYSTEM.INI, because there are usually several device=
  52.   lines.
  53.  
  54. - Parameters can now contain spaces if they are enclosed in
  55.   double quotes (").
  56.  
  57. - Lines in INI files can now contain spaces anywhere. For
  58.   this it is not necessary to use quotes (").
  59.  
  60. - Percent signs can now be included by writing two adjacent
  61.   percent characters (%%).
  62.  
  63. - SynchronizeDir with the /C (conflict management) switch
  64.   now always works on all files, as it should.
  65.  
  66.  
  67. Version 1.2a corrects an error that led to freezing when the
  68. Bios() function did not find the word it searched for.
  69. Payment by check is now possible in the US and Europe.
  70.  
  71.  
  72. Version 1.2 adds two functions:
  73.  
  74. - Commands that end in a colon (:) are no longer considered
  75.   a label, unless they contain only letters, digits and the
  76.   underscore character (_) and are at least two characters
  77.   long (plus the colon).
  78.  
  79. - A new variant of the If command is added, which allows for
  80.   automatic detection of certain hardware:
  81.  
  82.   If Bios(<hexadr>-<hexadr>) = <text> Then
  83.  
  84.  
  85. Version 1.1d corrects a bug in SynchronizeDir, which might
  86. have caused total crashes under rare circumstances. It also
  87. contains a speed shortcut for faster copying of whole
  88. directories. Certain messages appear only with the /debug
  89. switch now.
  90.  
  91.  
  92. Version 1.1c corrects yet another bug in SynchronizeDir,
  93. which didn't work at all under certain circumstances.
  94. Echo now displays all graphics characters, in fact all
  95. characters from 32 through 255. An unnecessary error message
  96. in connection with IniAddLine was removed.
  97.  
  98.  
  99. Version 1.1b corrects another bug in SynchronizeDir and no
  100. longer considers embedded ";" characters (semicolons) as the
  101. beginning of a comment.
  102.  
  103.  
  104. Version 1.1a corrects a bug in the SynchronizeDir command.
  105.  
  106.  
  107. These are the most important new features of version 1.1:
  108.  
  109. - If - If Not - Then - Else - End If command with Exist, Equal
  110.   and comparison operators, replaces external EQUAL command
  111.  
  112. - Section commands can now handle all text files through new
  113.   alternative section header syntax:  Rem [<section name>]
  114.  
  115. - Goto command
  116.  
  117. - Echo command for faster performance and better output
  118.  
  119. - SynchronizeDir command, replaces external SYNCDIR command
  120.   and is much faster for large directories
  121.  
  122. - /debug command line parameter shows commands as they are
  123.   executed
  124.  
  125. - Registered versions no longer display registration screen
  126.  
  127.  
  128. Hans-Georg Michna 74776,2361
  129.